home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DDJMAG / DDJ9212.ZIP / readme2.asc < prev    next >
Text File  |  1992-11-30  |  2KB  |  43 lines

  1. BEAUT.ASC
  2. TITLE: A C++ BEAUTIFIER
  3. Keywords: C++ UNIX
  4. Tim Maher's approach to writing a C++ beautifier is based on the UNIX 
  5. "filter" model. This entailed his using a preprocessor to 
  6. disguise C++ as C, standard C tools to effect beautification, 
  7. then a post-processor to convert the disguised C++ back to its 
  8. original form. 
  9.  
  10. CPPTMP.ASC
  11. TITLE: TEMPLATES IN C++
  12. Keywords: C++ TEMPLATES
  13. Source code accompanying Nicholas Wilt's article on C++ templates.  
  14. They allow compact and efficient implementation of container 
  15. classes and other parameterized types. They also allow general, 
  16. efficient implementation of algorithms with a minimum of code 
  17. duplication. 
  18.  
  19. LESSOOP.ASC
  20. TITLE: TOWARD A LESS OBJECT-ORIENTED VIEW OF C++
  21. Keyword: C++   C
  22. Source code accompanying Harris Shiffman's article on why the
  23. modular nature of C++ makes it both a weak object language and 
  24. a strong general-purpose language. 
  25.  
  26. FORTRAN.ASC 
  27. TITLE: WHY C++ WILL REPLACE FORTRAN
  28. Keyword: FORTRAN   C++ 
  29. Thomas Keffer's code that illustrates why he thinks C++ 
  30. may be the first serious challenger to Fortran in the world of 
  31. numerical programming.
  32.  
  33. CURVES.ASC
  34. TITLE: IMPLEMENTING CURVES IN C++
  35. Keywords: GRAPHICS    C++   CURVES
  36. Source code for Stephen P. Johnson and Tom McReynolds articles
  37. that implements a wide variety of free-form curves using 
  38. C++ class hierarchies. Among the curves presented are Hermite 
  39. curves, Bezier curves, B-spline (NUB) curves, Catmull-Rom curves, 
  40. and NURBs. 
  41.  
  42.  
  43.